'Declaration
<AsyncStateMachineAttribute(C1.CollectionView.C1SortCollectionView`1/d__13)> Public Overrides Function SortAsync( _ ByVal ParamArray sortDescriptions() As SortDescription _ ) As Task
'Usage
Dim instance As C1SortCollectionView(Of T) Dim sortDescriptions() As SortDescription Dim value As Task value = instance.SortAsync(sortDescriptions)
[AsyncStateMachine(C1.CollectionView.C1SortCollectionView`1/d__13)] public override Task SortAsync( params SortDescription[] sortDescriptions )
Parameters
- sortDescriptions
- The sort descriptions that determine how the data will be sort.